* {
  margin: 0px;
  padding: 0px;
  /* font-size: 0px; */
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: "微软雅黑,PingFang SC, pingFangSC-Medium, Microsoft Yahei, SimSun";
}

.outer-section img {
  width: 100%;

}

.outer-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 0px;
}

.columns {
  max-width: 750px;
  margin: 0 auto;
}

body {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin: 0px auto;
  font-family: "微软雅黑,PingFang SC, pingFangSC-Medium, Microsoft Yahei, SimSun";

}

body a {
  text-decoration: none;
  color: #333;
}

ul,
li,
ol {
  list-style: none;
}

.clear:after {
  content: " ";
  display: block;
  clear: both;
}

.LR_yaoqingtit img {
  display: inline-block !important;
  width: 30px !important;
}
.LR_yaoqingtit .LR_tit img {
  width: 30px !important;
  display: inline-block !important;
}
.hideline {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  content: " ";
  display: block;
  clear: both;
}

/*透明度10*/

.filter10 {
  filter: Alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
}

.flexBox,
.flexbox {
  /*IE10*/
  display: -ms-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -webkit-flex;
  display: -moz-flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: flex;
}

.flex1 {
  flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}

.mcontent {
  max-width: 750px;
  margin: 0px auto;
  /* border: solid 1px red; */
  padding: 0px 5px;
}

.imgCon img {
  width: 100%;

}

/* .yinputC {
  background: url(../images/sy_10.png) center no-repeat;
  background-size: 100% 100%;
} */




.mfooter {
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  z-index: 20;
}

.mfooter ul {
  font-size: 0px;
  display: flex;
  align-items: flex-end;
}

.mfooter li {
  box-sizing: border-box;
  position: relative;
  width: 20%;
  padding: 1%;
}


.mfooter .myi {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px red;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;

  line-height: 1.3rem;
  background: red;
  position: absolute;
  top: -5%;
  right: 25%;
  z-index: 10;
}

.mfooter li .mfooter1 {
  box-sizing: border-box;
  padding: 0px 33%;

}

.mfooter p {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 3px;
}

.mfooter img {
  width: 100%;
}

.mfooter2 {
  position: relative;

}
.mfooter2 img {
  vertical-align: middle;
}

.mdis {
  display: none;
}

.tp_20 {padding-top: 20px;background: rgb(240, 240, 240);}
.s_t25 {padding-top:25px;width: 95%;}






@keyframes btns {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.95, 0.95)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes btns {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.95, 0.95)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-moz-keyframes btns {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.95, 0.95)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-o-keyframes btns {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.95, 0.95)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-ms-keyframes btns {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.95, 0.95)
  }

  100% {
    transform: scale(1, 1)
  }
}

.anima {
  animation: btns 1.5s infinite;
}

@keyframes btns1 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.85, 0.85)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes btns1 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.85, 0.85)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-moz-keyframes btns1 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.85, 0.85)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-o-keyframes btns1 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.85, 0.85)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-ms-keyframes btns1 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(0.85, 0.85)
  }

  100% {
    transform: scale(1, 1)
  }
}

.anima1 {
  animation: btns1 1s infinite;
}


#dt-hd.navstyle3 {
	background-color: #ff6400;
   left: 50%;
   top: 0px;
   transform: translate(-50%,0%);

	line-height: 20px;
	height: 44px;
	font-size: 18px;
	padding: 0;
	color: #000;
	text-align: center;
	position:  fixed;
	width: 100%;
  z-index: 10000;
  max-width: 750px;
}
#dt-hd .dt-hd-back-link {
	width: 20%;
	float: left;
	text-align: left;
	padding: 15px 15px 0px 3%;
	color: #fff;
  display: block;
  height: 100%;
}
#dt-hd .icon-back {
	width: 14px;
	height: 14px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	cursor: pointer;
}
.fanhui {
	margin-left: 17px;
	margin-top: -17px;
	font-family: "微软雅黑";
}
#dt-hd h1 {
	line-height: 47px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	width: 60%;
	float: left;
	text-align: center;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
}

.zxgl-index-wrap {padding-top: 44px;padding-bottom: 10px;}





.paging{min-width:200px; margin: 10px 0;clear:both;  margin-bottom: 100px;}

.paging ul{ width:100%; text-align:center}

.paging li{ display:inline-block; *display:inline;zoom:1 ;margin-left:5px;border:1px #eee solid; background:#fff;padding:3px 10px 3px 10px;}

.paging li:hover{background: #e70;}

.paging li:hover a{ color:#FFF}

.paging li a{display:block; color:#666666; text-decoration: none}

.paging li a:hover{ color:#fff;}
.paging .paging_current {  background:rgb(255, 100, 0);}
.paging .paging_current  a {color:#fff;}

.mfooter4	{display: none;}
.mmfoot {
	position: fixed;
	bottom: 16%;
	right: 5%;
	z-index: 30;
}
.mmfoot img{
	width: 60px;
	height: 80px;
}
.mmfoot1 a{
	position: absolute;
	top: -10%;
	right: 16%;
	font-size: 13px;
	z-index: 30;
	color: #000000;
}
.mmmfooter {
	position: absolute;
	top: 18%;
	left: 0px;
	height: 1px;
	background: #eee;
	z-index: -8;
	width: 100%;
}

.clsbottom{ border-bottom: dashed 0px #ccc  !important; }

.ytitle {
  padding: 5.5% 0% 3%;
}

.ytitle h2{
  font-size: 1.6rem;
  color: #333;
  text-align: center;
}
.ytitle h2 span{
  font-size: 1.6rem;
  color: rgb(254, 90, 0);
 }

 .ytitle .ytitle1{
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  transform: scale(0.7);
  margin-top: 0.7%;
 }
 .mbtn1c {
   padding: 1.5% 0% 3%;
 }
 .mbtn1c a {
  display: block;
width: 51%;
text-align: center;
padding: 1.8% 0%;
background: rgb(255, 100, 0);
border-radius: 21px;
color: #fff;
font-size: 1.4rem;
margin: 0px auto;
 }




 .mbtn2c {
 position: absolute;
 bottom: 5%;
 width: 100%;
}
.mbtn2c a {
 display: block;
width: 51%;
text-align: center;
padding: 1.8% 0% 2.1%;
background: rgb(255, 100, 0);
border-radius: 21px;
color: #fff;
font-size: 1.4rem;
margin: 0px auto;
}


.mbtn3c {
  
}
.mbtn3c a {
 display: block;
width: 51%;
text-align: center;
padding: 1.8% 0%;
background: rgb(255, 100, 0);
border-radius: 21px;
color: #fff;
font-size: 1.4rem;
margin: 0px auto;
}

.mtitle2 {
  text-align: center;
color: #333;
font-size: 1.7rem;
padding: 2% 0%;
}


.swiper-container2 img {
  width: 100%;
  object-fit: cover;
}


.am-share { font-size: 14px; border-radius: 0; bottom: 0; left: 0; position: fixed; text-align: center; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 300ms; transition: transform 300ms ; width: 100%; z-index: 1110; }
.am-modal-active { transform: translateY(0px);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.am-modal-out { z-index: 1109; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%) }

.am-share-title { background-color: #f8f8f8; border-bottom: 1px solid #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; color: #555; font-weight: 400; margin: 0 10px; padding: 10px 0 0; text-align: center; }
.am-share-title::after { border-bottom: 1px solid #dfdfdf; content: ""; display: block; height: 0; margin-top: 10px; width: 100%; }

.am-share-footer { margin: 10px; }
.am-share-footer .share_btn { color: #555;  display: block; width: 100%; background-color: #e6e6e6; border: 1px solid #e6e6e6; border-radius: 0; cursor: pointer;  font-size: 16px; font-weight: 400; line-height: 1.2; padding: 0.625em 0; text-align: center; transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s; vertical-align: middle; white-space: nowrap;font-family:"微软雅黑";  }

.am-share-sns { background-color: #f8f8f8; border-radius: 0 0 2px 2px; margin: 0 10px; padding-top: 15px; height:auto; zoom:1; overflow:auto; }

.am-share-sns li { margin-bottom: 15px; display: block; float: left; height: auto;  width: 25%; }

.am-share-sns a { color: #555; display: block; text-decoration:none; }
.am-share-sns span { display: block; }

.am-share-sns li i { background-position: center 50%; background-repeat: no-repeat; background-size: 36px 36px; background-color: #ccc; color: #fff; display: inline-block; font-size: 18px; height: 36px; line-height: 36px; margin-bottom: 5px; width: 36px; }
.am-share-sns .share-icon-weibo { background-image: url('/Websites/youhome/Templates/myouhome/Static/images/n1201/gbRes_6.png'); }
.am-share-sns .share-icon-qq { background-image: url('/Websites/youhome/Templates/myouhome/Static/images/n1201/gbRes_3.png'); }
.am-share-sns .share-icon-weixin { background-image: url('/Websites/youhome/Templates/myouhome/Static/images/n1201/gbRes_2.png'); }
.am-share-sns .share-icon-qqfx { background-image: url('/Websites/youhome/Templates/myouhome/Static/images/n1201/gbRes_4.png'); }


.sharebg { background-color: rgba(0, 0, 0, 0.6); bottom: 0; height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 1100; display:none; }
.sharebg-active { opacity: 1; display:block; }







  
  
  
.liangf {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0px);
  background: #fff;
  z-index: 10;
  max-width: 750px;
}
 .liangful {
  padding: 3% 3% 3% 0%;
  border-top: 1px solid #ddd;
  
}
 .liangful .mli1 {
   flex: 1;
   
 }

 .liangful .mli1 .mli1d{
 border-right: solid 1px #ddd;
 text-align: center;
  
}

.liangful .mli3 .mli1d{
  border-right: none;   
 }
 
 .liangful .mhone {
   width: 2.5rem  !important;
height: 2.6rem  !important; 
 
margin-right: 1rem;
margin-left: 1rem;
 }
 

.liangful .mli1 .mli1d img{
  width: 3.5rem;
  height: 2.6rem;
   
 }
 .liangful .mli2 {
  flex: 0 0 40%;
  margin-top: 2%;
}

.liangful .mli1 p{
  font-size: 1.3rem;
  color: #333;
  text-align: center;
  transform: scale(0.8);
  white-space: nowrap;
}



.liangful .mli2 a{
  text-align: center;
  font-size: 1.5rem;
  border-radius: 1.5rem;
  background: rgb(255, 100, 0);
  color: #fff;
  width: 100%;
  display: block;
  height: 3.3rem;
  line-height: 3.3rem;
 }

 .liangful a{
flex: 1;
 }

  
  



/*加载更多*/
.login-more{width: 100%; height: 50px; margin: 0 auto; font-size: 14px; background: #fdfdfd; color: #565656; cursor: pointer; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:center; justify-content: center; -webkit-align-items:center; align-items: center;}











 .tankc3 .minput {
  width: 100%;

}

.tankc3 .minput1 {
  text-align: center;
}

.tankc3 .minput2 {
  
  width: 100%;
  overflow: hidden;
}

.tankc3 .minput3 {
  box-sizing: border-box;
  width: 100%;
  height: 33px;

  font-size: 13px;
  border: #ddd solid 1px;
  outline: none;
  padding-left: 10px;
}

.tankc3 .mbtnCon {
  
  width: 100%;
  margin-top: 9%;
  
}

.tankc3 .mbtn {
  width: 100%;
  font-size: 12px;
  outline: none;
  border: rgb(235, 92, 0) solid 1px;
  height: 35px;
  background: rgb(235, 92, 0);
  color: #eee;
}

.tankc .tankc1 {
  font-size: 17px;
  color: #000;
  text-align: center;
}

.tankc .tankc2 {
  font-size: 12px;
  color: #999;
  text-align: center;
  transform: scale(0.9);
  margin-top: 2%;
}


.tankc3 .minput3aa {
  font-size: 13px;
  color: #3E3A39;
  margin-bottom: 1%;
  text-align: left;
  margin: 7% 0% 2% 0%;
}

.tankc3 .minput3bb {
  font-size: 13px;
  color: #3E3A39;
  margin-bottom: 1%;
  text-align: left;
  margin: 5% 0% 2% 0%;
}

.tankc4 {
  position: absolute;
  right: 5%;
  top: 7%;
  width: 7%;
}

.tankc5 {
  position: fixed;
  right: 0px;
  top: 0px;
 left: 0px;
 bottom: 0px;
 background: rgba(0, 0, 0, 0.3);
 display: none;
 z-index: 20;
}
.tankc {
  width: 82%;
    margin: 0px auto;
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
    padding: 7% 7% 7% 7%;
    box-sizing: border-box;
    background: url(/Websites/youhome/Templates/myouhome/Static/images/n1201/tancbg.png) center no-repeat;
    background-size: 100% 100%;
    display: none;
    z-index: 21;
}


#LR-BUBBLE-title{font-size: 16px !important;}




._2pbCE7jM0H2KGWCZczeOvC{padding-top:17px;text-align:left;clear: both;width: 95%;margin: 0 auto;}
.am-checkbox-wrapper{font-size:.773333rem}
._3Ah9EA96A18T3r3GQ81KVi .am-checkbox{width:.373333rem;margin:0 .213333rem 0 0}
._2pbCE7jM0H2KGWCZczeOvC .am-checkbox-wrapper .am-checkbox.am-checkbox-checked .am-checkbox-inner{background-color:#f08300!important}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}

._3PWf4mhyga8ZAAyg7twonc{font-size:.85rem;color:#999}
._3XT9LwoE6v8DMpeB1cEPL1{font-size:.85rem;margin-top:-.026667rem;color:#f08300;cursor:pointer}
.am-checkbox{position:relative;display:inline-block;vertical-align:middle;width:21px;height:21px;padding-right:10px}
.mob-page .swt_com04 h2{top:0!important}
.mob-page .swt_com04_2{top:0;position:relative;margin-top:4vw}
.ct{text-align:center;height:60px;line-height:60px;font-size:19px}
.swt_clo04.swt_bj_bjclose{background:url(/Websites/youhome/Templates/youhome/Static/images/bjclose.png) no-repeat center center;background-size:auto;background-size:45%}
.swt_bj_bjclose{position:absolute;width:1.562rem;height:1.562rem;right:1.156rem;top:.5rem;cursor:pointer}
.swt_clo04{z-index:2}
.bm_bg_bj2{width:100%;height:100%;position:fixed;background:rgba(0,0,0,.8);z-index:99999;display:none;left:0;top:0}
.tmodal-open .tmodal{overflow-x:hidden;overflow-y:auto}
.fade.in{opacity:1}
.tmodal-dialog{position:relative;width:auto;margin:10px}
.tmodal{position:fixed;top:5%;right:0;bottom:0;left:30%;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.swbj-tmodal{width:501px}
.swbj-tmodal .tmodal-content{border:1px solid #3d4852}
.tmodal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
.tmodal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}
.swbj-tmodal .tmodal-content .tmodal-header{position:relative;text-align:center;padding:45px 10px 30px;border-bottom:0}
.tmodal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}
.swbj-tmodal .tmodal-content .tmodal-header .bjclose{position:absolute;right:10px;top:10px;margin-top:-12px;outline:0}
button.bjclose{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}
.bjclose{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}
.mob-page #wrapper,.mob-page #wrapper2{width:100%;height:100%}
.mob-page #scroller{position:absolute;width:100%}
#scroller{height:500px;overflow-y:scroll;margin-bottom:20px}
.swt_com{width:90%;margin:0 auto}
.dswt_com{width:98%}

.ymfoot a{text-decoration:none}
.footul{align-items:flex-end}
.footul li{width:20%;text-align:center}
.footul li img{width:30%}
.footul li .mimgg1{width:45%;margin-top:-3px}
.footul li span{white-space:nowrap;font-size:12px;color:rgb(233,93,0);display:inline-block;margin-top:3px}
.contentfoot{width:100%;height:70px}
.ymfoot{padding-top:6%;width:100%;max-width:750px;position:fixed;left:50%;transform:translate(-50%,0%);bottom:0px;background:#fff;box-sizing:border-box;font-size:0px;z-index:10;background:url(/Websites/youhome/Templates/myouhome/Static/images/n1201/footps_10.png) center no-repeat;background-size:100% 100%;padding-bottom:3%;background-size:cover}
.footul li p{text-align:center}
.footul li span{color:#666;display:inline-block;margin-top:3px}
.footul .footactive span{color:rgb(233,93,0)}
.footul li .img2{display:none}
.footul .footactive .img2{display:inline-block}
.footul .footactive .img1{display:none}
.footul li{position:relative}
.footul .msan{position:absolute;top:-7px;right:18px;width:15px;height:15px;font-size:12px;text-align:center;line-height:15px;color:#fff;background:red;border-radius:50%}
@keyframes btns1{0%{transform:scale(1,1)}
50%{transform:scale(0.85,0.85)}
100%{transform:scale(1,1)}
}@-webkit-keyframes btns1{0%{transform:scale(1,1)}
50%{transform:scale(0.85,0.85)}
100%{transform:scale(1,1)}
}@-moz-keyframes btns1{0%{transform:scale(1,1)}
50%{transform:scale(0.85,0.85)}
100%{transform:scale(1,1)}
}@-o-keyframes btns1{0%{transform:scale(1,1)}
50%{transform:scale(0.85,0.85)}
100%{transform:scale(1,1)}
}@-ms-keyframes btns1{0%{transform:scale(1,1)}
50%{transform:scale(0.85,0.85)}
100%{transform:scale(1,1)}
}.anima1{animation:btns1 1.5s infinite}
